ClientInstance
import { ClientInstance } from "@hyper-fetch/core"
Description
Defined in client/client.types.ts:7
Preview
type ClientInstance = Client<any, BaseAdapterType<any, any, any, any>>;
Structure
Client<any, BaseAdapterType<any, any, any, any>>